docs: de-tell contributing page; codify style rule in CLAUDE.md#22
Merged
Conversation
Remove prose em dashes and mid-sentence bold from contributing.md, the generated homepage (scripts/gen_catalog.py) and the mkdocs site description. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies the org style spec (no prose em dashes, no mid-sentence bold for emphasis) to the site sources, and codifies the writing-style rule in CLAUDE.md.
docs/contributing.md: two prose em dashes replaced (colon after the entry-points lead-in, period before "Keep task_keys in sync"); mid-sentence bold on "generated from this catalog at build time" removed.docs/model-cards.md/docs/model-card-template.mdwere already cleaned in docs: de-tell the model-card standard and make the style rule gating #21 and are untouched.docs/index.md; it is generated at build time byscripts/gen_catalog.pyvia themkdocs-gen-filesplugin fromworldevals.catalog.CATALOG(not from the README). Cleaned the rendered prose there: unbolded "Inspect Evals" in the tagline, "its own repository", and "installed"/"exist" in the tip block; also the em dash in the module docstring. Functional card-grid bolds (card titles, task counts) kept. Also replaced the em dash inmkdocs.ymlsite_description(rendered into every page's meta description) with a colon, matching the llmstxt description already in the file.CLAUDE.md: appended the org-wide "Writing style (public-facing text)" section, with the pointer sentence adapted to say the canonical rule lives in this repo'sdocs/model-cards.md.No code-behavior changes;
ruff checkandruff format --checkpass on the edited script.🤖 Generated with Claude Code